home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,401 to 4,500 / aol-file-protocol-4400-4401-to-4500.zip / AOLDLs / PDA-Newton Development / ND+ Dive Program Source & info / diveplan.sit / diveplan / readme.txt < prev    next >
Text File  |  1994-09-05  |  6KB  |  127 lines

  1. I have finished my latest version of my award winning Dive program, version 0.6b. The reason I
  2. have not made it version 1.0 is because I still want to put in an integrated help feature and
  3. the ability to download the dive data to a Mac or PC.
  4.  
  5. This is a dive planner, it is meant to provide you with some guidance in planning your daily
  6. dive routine. Yes, a dive computer would probably give you all the statistics while you're
  7. down below, but only the most expensive can plot out your next dives in the series and
  8. transfer that data to a desktop computer. Well, Newton is a computer, and once I find out how
  9. to get it underwater, it'll make a heck of a slate! But, in the mean time, this should give
  10. you all the help you'll need planning your next dive series. Remember, always stick to your
  11. dive plan.
  12.  
  13. Features:
  14. * Uses YMCA dive tables for Open Water Sport Divers, thus a maximum depth of 130 feet.
  15. * As this is a dive planner, will not allow you to plan for decompression required dives.
  16. * You provide 4 values for each dive; Repetative Group Designation (RGD) of previous dive if
  17. this dive is not the first, Surface Interval Time (SIT) if this dive is not the first, Maximum
  18. Depth (MD) of this dive, and Bottom Time (BT) of this dive. All 4 main values, RGD, SIT, MD,
  19. and BT can accept input from a popup list or handwritten. Each popup list is incremented by
  20. the various levels, and the BT is already reduced by the Residual Nitrogen Time (RNT) based on
  21. previous inputs of RGD of previous dive, SIT, and MD.
  22. * Keeps track of six sets of dives, named a,b,c,x,y,z, and you can add your own. Each set of
  23. dives has 25 dives, numbered 0-24.
  24.  
  25.  
  26. Using Dive.
  27.  
  28. When you first run Dive it will create a file called Dive.txt which you can remove using a
  29. standard soup management program. This file contains all the stored information about your
  30. dives, sets a,b,c,x,y, and z with 25 dives, 0-24, each.
  31.  
  32. Once Dive has started it will look something like this: (Pardon the lack of graphics, but I
  33. wanted anyone to be able to read this file. The drawing is not to scale or proportion)
  34.  
  35. +----------------------------------------------------------+
  36. |           Dive Planner ver0.6b  R. Van Alstyne           |
  37. +----------------------------------------------------------+
  38. +----------------------+  +--------+  +--------+
  39. |Dive #0:              |  | RepGro |  | SurInt |
  40. |                      |  +--------+  +--------+
  41. | RepGroDes=           |  +--------+  +--------+
  42. | SurIntTim=0  (0)     |  | MaxDep |  | BotTim |
  43. | NewResGroDes=        |  +--------+  +--------+
  44. |                      |  +-----+                      +---+
  45. | MaxDep=0  (0)        |  | Msg |                      | = |
  46. |                      |  +-----+ +---+
  47. | ResNitTim=0          |  +-----+  +-----+  +-----+  +-----+
  48. | BotTim=0  (0)        |  | Prv | |  Nxt |  | Cnt |  | Jmp |
  49. | TotBotTim=0  (0)     |  +-----+  +-----+  +-----+  +-----+
  50. |                      |  +----+  +----+  +----+
  51. | ResGroDes=           |  | Ld |  | Sv |  | Tr |
  52. +----------------------+  +----+  +----+  +----+
  53. +----------------------------------------------------------+
  54. |                                                          |
  55. |                                                          |
  56. |                                                          |
  57. |                                                          |
  58. |                                                          |
  59. |                                                          |
  60. |                                                          |
  61. |                                                          |
  62. |                                                          |
  63. |                                                          |
  64. +----------------------------------------------------------+
  65.  
  66. More simply, The screen has four sections:
  67.  
  68. +---------------+   Section A - Version # and Help Screen
  69. |       A       |               Activation. (No help this
  70. +---------------+               Version)
  71. +-------+ +-----+   Section B - Dive Statisics.
  72. |       | |     |   Section C - Control and Data Entry.
  73. |   B   | |  C  |   Section D - Dive text area.
  74. |       | |     |
  75. +-------+ +-----+
  76. +---------------+
  77. |               |
  78. |       D       |
  79. |               |
  80. +---------------+
  81.  
  82. There are 13 buttons in Section C:
  83.  
  84. RepGro - Repetative Group Designation from previous dive. If this dive is first dive of a
  85. repetative series, use blank which is top of pop-up list.
  86.  
  87. SurInt - Surface Interval Time between previous dive and this dive if this dive is atleast the
  88. second dive in a repetative dive series.
  89.  
  90. MaxDep - Maximum Depth of this dive.
  91.  
  92. BotTim - Bottom Time of this dive.
  93.  
  94. Msg - Dive text entry. You will be asked a series of questions. Your answers are then arranged
  95. in a paragraph, just like magic.
  96.   First, date of dive.
  97.   Second,location of dive.
  98.   Third, type of dive, has popup list with selection of Boat or Shore. If you select Boat you
  99. will be asked the name of the boat.
  100.   Fourth, goal of dive, has popup list with selection of Wreck or Reef. If you select Wreck you
  101. will be asked the name of the wreck.
  102.   Fifth, surface conditions, has a popup list with selection of Good, Fair, or Poor.
  103.   Sixth, visibility, has a popup list with selection of Good, Fair, or Poor.
  104.   Seventh, comments. You can include notes about what you saw or did on the dive.
  105.  
  106. = - Show final results of dive. All numbers in parenthesis are maximumns or minimums.
  107.  
  108. Prv - Previous dive of set.
  109.  
  110. Nxt - Next dive of set.
  111.  
  112. Cnt - Continue previous dive. Takes final RGD of previous dive and automatically enters it as
  113. inital RGD of current dive. Acts as a short cut.
  114.  
  115. JMP - Jumps forward or backward 10 or 5 dives.
  116.  
  117. Ld - Load a dive set. Sets are named a,b,c,x,y,z, and are on a popup list.
  118.  
  119. Sv - Save a dive set. Sets are named a,b,c,x,y,z, and are on a popup list.
  120.  
  121. Tr - Transfer, not yet fully implemented. Will be interface to other systems, but know puts a
  122. fuller text version of dive into text area.
  123.  
  124. If you have any questions about Dive for the Newton, email me at ravajr@aol.com.  Have fun and
  125. dive safe.
  126.  
  127. :)Richard